home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue52 / Clinic / ComputerNameSelectorForm.dfm / ComputerNameSelectorForm.txt
Encoding:
Text File  |  1999-10-21  |  477 b   |  25 lines

  1. object Form1: TForm1
  2.   Left = 193
  3.   Top = 126
  4.   BorderStyle = bsDialog
  5.   Caption = 'Computer Name'
  6.   ClientHeight = 84
  7.   ClientWidth = 166
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefaultPosOnly
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Button1: TButton
  16.     Left = 32
  17.     Top = 32
  18.     Width = 105
  19.     Height = 25
  20.     Caption = 'Get Computer Name'
  21.     TabOrder = 0
  22.     OnClick = Button1Click
  23.   end
  24. end
  25.